[issue4801] _collections module fail to build on cygwin

2009-01-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Committed a different correction in r68145: according to documention, _PyObject_GC_TRACK should not be used in extension modules. Thanks for the report. -- nosy: +amaury.forgeotdarc resolution: -> fixed status: open -> closed

[issue4801] _collections module fail to build on cygwin

2009-01-01 Thread Roumen Petrov
New submission from Roumen Petrov : make log: gcc -shared -Wl,--enable-auto-image-base .../Modules/_collectionsmodule.o -L/usr/local/lib -L. -lpython2.7 -o build/lib.cygwin-1.5.25-i686-2.7/_collections.dll .../Modules/_collectionsmodule.o: In function `deque_iter': .../Modules/_collectionsmodule.