<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_pickle.py, branch benjamin-eval-loop-edit</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Fix upsizing of marks stack in pickle module. (GH-8860)</title>
<updated>2018-08-25T07:54:40+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-08-25T07:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=86b89916d1b0a26c1e77f53b68829ca583425054'/>
<id>86b89916d1b0a26c1e77f53b68829ca583425054</id>
<content type='text'>
Previously marks stack was upsized even there was space for additional item.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously marks stack was upsized even there was space for additional item.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31993: Do not create frames for large bytes and str objects (#5114)</title>
<updated>2018-01-11T11:03:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-01-11T11:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a2da50e1867831251fad75377d0f10713eb6301'/>
<id>0a2da50e1867831251fad75377d0f10713eb6301</id>
<content type='text'>
when serialize into memory buffer with C pickle implementations.

This optimization already is performed when serialize into memory
with Python pickle implementations or into a file with both
implementations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when serialize into memory buffer with C pickle implementations.

This optimization already is performed when serialize into memory
with Python pickle implementations or into a file with both
implementations.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080)</title>
<updated>2017-11-30T20:48:31+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-11-30T20:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=986375ebde0dd5ff2b7349e445a06bd28a3a8ee2'/>
<id>986375ebde0dd5ff2b7349e445a06bd28a3a8ee2</id>
<content type='text'>
with the persistent_id() and persistent_load() methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with the persistent_id() and persistent_load() methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32032: Test both implementations of module-level pickle API. (#4401)</title>
<updated>2017-11-15T12:01:08+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-11-15T12:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6545256df93ba54f811206107274cfa5a6d76b86'/>
<id>6545256df93ba54f811206107274cfa5a6d76b86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15767: Add ModuleNotFoundError.</title>
<updated>2016-09-07T22:42:32+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2016-09-07T22:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c943265ba56e7ce7e2fe79fdecfc6670e10e5467'/>
<id>c943265ba56e7ce7e2fe79fdecfc6670e10e5467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25761: Improved error reporting about truncated pickle data in</title>
<updated>2016-09-06T20:55:11+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-09-06T20:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90493ab30cd746d9063ec4cb76ad24e77da34702'/>
<id>90493ab30cd746d9063ec4cb76ad24e77da34702</id>
<content type='text'>
C implementation of unpickler.  UnpicklingError is now raised instead of
AttributeError and ValueError in some cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C implementation of unpickler.  UnpicklingError is now raised instead of
AttributeError and ValueError in some cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17711: Fixed unpickling by the persistent ID with protocol 0.</title>
<updated>2016-07-17T08:35:35+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-07-17T08:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3410c01d83d70ceef48b735c247aebd2d5bd3411'/>
<id>3410c01d83d70ceef48b735c247aebd2d5bd3411</id>
<content type='text'>
Original patch by Alexandre Vassalotti.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Alexandre Vassalotti.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17711: Fixed unpickling by the persistent ID with protocol 0.</title>
<updated>2016-07-17T08:24:17+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-07-17T08:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dec25afab1c325c28621dda3ba2b32dbc200c8b3'/>
<id>dec25afab1c325c28621dda3ba2b32dbc200c8b3</id>
<content type='text'>
Original patch by Alexandre Vassalotti.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Alexandre Vassalotti.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added exceptins for testing non-reversible import mapping for Issue #26013.</title>
<updated>2016-01-18T20:34:19+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-01-18T20:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9d4f3d81c79c5dc40e76a8ae15f474d98eef1a60'/>
<id>9d4f3d81c79c5dc40e76a8ae15f474d98eef1a60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added exceptins for testing non-reversible import mapping for Issue #26013.</title>
<updated>2016-01-18T20:33:44+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-01-18T20:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5c1d9d2ff7ac50a65fb3053549b7897c5162d83e'/>
<id>5c1d9d2ff7ac50a65fb3053549b7897c5162d83e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
