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 dominiko, mark.dickinson
Date 2010-02-21.14:14:11
SpamBayes Score 0.0019074004
Marked as misclassified No
Message-id <1266761652.9.0.681813207828.issue7974@psf.upfronthosting.co.za>
In-reply-to
Content
The code you identify looks okay to me:  in PyMarshal_ReadObjectFromString, isn't it only the temporary variable rf that has a pointer to the string?

Have you read Misc/README.valgrind in the Python source?
History
Date User Action Args
2010-02-21 14:14:12mark.dickinsonsetrecipients: + mark.dickinson, dominiko
2010-02-21 14:14:12mark.dickinsonsetmessageid: <1266761652.9.0.681813207828.issue7974@psf.upfronthosting.co.za>
2010-02-21 14:14:11mark.dickinsonlinkissue7974 messages
2010-02-21 14:14:11mark.dickinsoncreate