]> git.pld-linux.org Git - packages/python3.git/blob - python3-build.patch
30a2a93398421fd265ee55e0835976aaffa30865
[packages/python3.git] / python3-build.patch
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.03994 seconds and 2 git commands to generate.