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 Jeffrey.Kintscher, Phil Frost, facundobatista, mark.dickinson, rhettinger, skrah, tim.peters, vstinner
Date 2019-06-06.19:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559848485.88.0.22782344383.issue37168@roundup.psfhosted.org>
In-reply-to
Content
This smells a bit as though someone's doing something like:

    myobject = PyInt_FromLong(some_long);

and then assuming that they hold the only reference to `myobject`, so that it's safe to mutate in place.
History
Date User Action Args
2019-06-06 19:14:45mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, facundobatista, vstinner, skrah, Jeffrey.Kintscher, Phil Frost
2019-06-06 19:14:45mark.dickinsonsetmessageid: <1559848485.88.0.22782344383.issue37168@roundup.psfhosted.org>
2019-06-06 19:14:45mark.dickinsonlinkissue37168 messages
2019-06-06 19:14:45mark.dickinsoncreate