]> git.pld-linux.org Git - packages/python3.git/blame - python3-build.patch
- up to 3.3.0; patches updated; needs buildfix
[packages/python3.git] / python3-build.patch
CommitLineData
b88f500a
AM
1--- Python-3.3.0/Objects/obmalloc.c~ 2012-09-29 10:00:46.000000000 +0200
2+++ Python-3.3.0/Objects/obmalloc.c 2012-09-29 23:33:43.775178451 +0200
3@@ -1846,7 +1846,9 @@
4
5 if (p->ref.count == 0) {
6 /* currently unused */
7+#ifdef Py_DEBUG
8 assert(pool_is_in_list(p, arenas[i].freepools));
9+#endif
10 continue;
11 }
12 ++numpools[sz];
This page took 0.028169 seconds and 4 git commands to generate.