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 r.david.murray
Recipients Andrew.Lutomirski, belopolsky, eddygeek, r.david.murray, yselivanov
Date 2016-05-12.12:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463056139.46.0.59495095165.issue20371@psf.upfronthosting.co.za>
In-reply-to
Content
To summarize, it looks like there are three issues here: (1) the python and C versions are out of sync behavior wise (the python should work like the C in this case, it seems) (2) there are some missing tests, since we are running the same tests against both code bases and not getting any errors and (3) replace is doing its copy in a way that does not actually supporting subclassing (which again speaks to missing tests).
History
Date User Action Args
2016-05-12 12:28:59r.david.murraysetrecipients: + r.david.murray, belopolsky, yselivanov, Andrew.Lutomirski, eddygeek
2016-05-12 12:28:59r.david.murraysetmessageid: <1463056139.46.0.59495095165.issue20371@psf.upfronthosting.co.za>
2016-05-12 12:28:59r.david.murraylinkissue20371 messages
2016-05-12 12:28:59r.david.murraycreate