commit | 8391cf4e1d73683795e51ac5ce8ee9e61eea389d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 21:01:21 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 21:01:21 2011 +0200 |
tree | 74cb0a14d80ef882572635d12e41cba1725fe6d8 | |
parent | 9470ab43a9804928275b0a2a0860a2028af854db [diff] |
Issue #11321: Fix a crash with multiple imports of the _pickle module when embedding Python. Patch by Andreas Stührk.