Message171574
"1L << 31" is undefined if long is 32 bits long. We should use unsigned long for PyTypeObject.tp_flags.
Attached patch implements this fix. I don't know if it breaks somehow the backward compatibility.
See also issues #1621 and #7406. |
|
Date |
User |
Action |
Args |
2012-09-29 16:04:15 | vstinner | set | recipients:
+ vstinner, mark.dickinson, ezio.melotti |
2012-09-29 16:04:15 | vstinner | set | messageid: <1348934655.6.0.704339106877.issue16086@psf.upfronthosting.co.za> |
2012-09-29 16:04:15 | vstinner | link | issue16086 messages |
2012-09-29 16:04:15 | vstinner | create | |
|