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 skrah
Recipients mark.dickinson, skrah, yselivanov
Date 2012-11-06.23:30:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20121106233100.GA13136@sleipnir.bytereef.org>
In-reply-to <1352243937.01.0.466706158584.issue16422@psf.upfronthosting.co.za>
Content
Pickling changed in 3.3 to make the C and Python versions compatible. So pickled
contexts in 3.3 are actually interchangeable.

Pickling a list of rounding modes is not compatible.
History
Date User Action Args
2012-11-06 23:30:59skrahsetrecipients: + skrah, mark.dickinson, yselivanov
2012-11-06 23:30:59skrahlinkissue16422 messages
2012-11-06 23:30:59skrahcreate