Message177639
| Author |
pitrou |
| Recipients |
Trundle, benjamin.peterson, dmalcolm, jcea, meador.inge, ncoghlan, neologix, pitrou, python-dev, skrah, techtonik, tim.peters, vstinner |
| Date |
2012年12月17日.08:17:06 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1355732128.3319.1.camel@localhost.localdomain> |
| In-reply-to |
<1355692528.97.0.0533340736034.issue13390@psf.upfronthosting.co.za> |
| Content |
> ``./configure --without-pymalloc'' fails here:
>
> gcc -pthread -Xlinker -export-dynamic -o python Modules/python.o libpython3.4.a -lpthread -ldl -lutil -lm
> libpython3.4.a(sysmodule.o): In function `sys_getallocatedblocks':
> /home/stefan/hg/cpython/./Python/sysmodule.c:900: undefined reference to `_Py_GetAllocatedBlocks'
> collect2: error: ld returned 1 exit status
> make: *** [python] Error 1
Hmm, interesting. When built --without-pymalloc, we could make
sys.getallocatedblocks() always return 0, or we could not define it all
(which would make like a bit harder for regrtest). What do you think? |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年12月17日 08:17:08 | pitrou | set | recipients:
+ pitrou, tim.peters, jcea, ncoghlan, vstinner, techtonik, benjamin.peterson, Trundle, skrah, dmalcolm, meador.inge, neologix, python-dev |
| 2012年12月17日 08:17:07 | pitrou | link | issue13390 messages |
| 2012年12月17日 08:17:06 | pitrou | create |
|