12:41
<gsnedders>
ambv: You wouldn't happen to have a narrow build of Python there, to test html5lib under?
12:42
gsnedders
notes that html5lib hasn't been tested on a narrow build in forever
12:42
<ambv>
no but I can set one up
12:49
<gsnedders>
Uh, what. My build with --enable-unicode=ucs2 is giving sys.maxunicode == 0x10FFFF
13:13
<gsnedders>
./configure has set UNICODE_SIZE to 2, yet building it and running sys.maxunicode == 0x10FFFF gives true. o_O
13:26
<ambv>
gsnedders: it seems my Python 2.7 is in fact narrow
13:26
<ambv>
so yes, we test on a narrow build as well
13:27
<gsnedders>
ambv: Well, that's nice to know we're not entirely broken, esp. given the number of forks we have