]> granicus.if.org Git - python/commit
#4801 _collections module fails to build on cygwin.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 2 Jan 2009 00:03:54 +0000 (00:03 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 2 Jan 2009 00:03:54 +0000 (00:03 +0000)
commit57eb0e90c12d5944602eb9944c963b31021481b5
tree53ace175cb2bb2e36645a17f0284ffb7515d771a
parentd6baa70b96185e997674371958cd04a16aa83499
#4801 _collections module fails to build on cygwin.

_PyObject_GC_TRACK is the macro version of PyObject_GC_Track,
and according to documentation it should not be used for extension modules.
Modules/_collectionsmodule.c