This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Alexander.Belopolsky, MrJean1, ajaksu2, barry, benjamin.peterson, inducer, mark.dickinson, meador.inge, noufal, pitrou, pv, teoliphant
Date 2010-12-04.16:02:40
SpamBayes Score 9.278326e-05
Marked as misclassified No
Message-id <1291478561.46.0.388675626334.issue3132@psf.upfronthosting.co.za>
In-reply-to
Content
> Another possibility is to implement the 'O' format unsafely [...]

Hmm.  I don't much like that idea.  Historically, it's supposed to be very difficult to segfault the Python interpreter with pure Python code (well except if you're using ctypes, I guess).
History
Date User Action Args
2010-12-04 16:02:41mark.dickinsonsetrecipients: + mark.dickinson, barry, teoliphant, pitrou, inducer, ajaksu2, MrJean1, benjamin.peterson, pv, noufal, meador.inge, Alexander.Belopolsky
2010-12-04 16:02:41mark.dickinsonsetmessageid: <1291478561.46.0.388675626334.issue3132@psf.upfronthosting.co.za>
2010-12-04 16:02:40mark.dickinsonlinkissue3132 messages
2010-12-04 16:02:40mark.dickinsoncreate