gst/pygstminiobject.h: Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY.

Original commit message from CVS:
* gst/pygstminiobject.h:
Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY.
Let's keep our own detection.
Closes #333055
This commit is contained in:
Edward Hervey 2006-03-02 09:40:13 +00:00
parent af5d1afeba
commit 9fdbc6b987
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2006-03-02 Edward Hervey <edward@fluendo.com>
* gst/pygstminiobject.h:
Some crack distributions do weirdo stuff with PYGIL_API_IS_BUGGY.
Let's keep our own detection.
Closes #333055
2006-02-28 Jan Schmidt <thaytan@mad.scientist.com>
* pygst.py.in:

View file

@ -13,6 +13,7 @@
G_BEGIN_DECLS
/* Work around bugs in PyGILState api fixed in 2.4.0a4 */
#undef PYGIL_API_IS_BUGGY
#if PY_VERSION_HEX < 0x020400A4
#define PYGIL_API_IS_BUGGY TRUE
#else