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 akitada, belopolsky, christian.heimes, josm, loewis, mark.dickinson, rhettinger, robertwb, zanella
Date 2010-05-01.19:31:40
SpamBayes Score 0.07364819
Marked as misclassified No
Message-id <1272742301.88.0.83408821555.issue1533@psf.upfronthosting.co.za>
In-reply-to
Content
> Hmm, maybe there is a 2.7 bug here after all:

Yes, indeed!  Which is why I was suggesting 'wont fix' rather than 'out of date' :)

The bltinmodule2.diff patch from Robert causes a segfault in test_builtin on my system;  I haven't looked at the patch itself properly, but there's likely some refcounting problem.

The patch also lacks tests.
History
Date User Action Args
2010-05-01 19:31:42mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, belopolsky, christian.heimes, josm, robertwb, zanella, akitada
2010-05-01 19:31:41mark.dickinsonsetmessageid: <1272742301.88.0.83408821555.issue1533@psf.upfronthosting.co.za>
2010-05-01 19:31:40mark.dickinsonlinkissue1533 messages
2010-05-01 19:31:40mark.dickinsoncreate