This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author _doublep
Recipients _doublep, amaury.forgeotdarc, arigo, georg.brandl
Date 2008-01-20.22:07:17
SpamBayes Score 0.026412837
Marked as misclassified No
Message-id <1200866839.87.0.387459869965.issue1878@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't help:

ERROR: test_default_property (test._gc.AbstractGCProtectorTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/paul/notify/test/_gc.py", line 59, in test_default_property
    AbstractGCProtector.set_default (original_protector)
TypeError: can't set attributes of built-in/extension type
'notify.gc.AbstractGCProtector'

With this code:

  if (PyObject_SetAttrString ((PyObject *) &AbstractGCProtector_Type,
"default", new_protector)
      == -1)
    return NULL;
History
Date User Action Args
2008-01-20 22:07:20_doublepsetspambayes_score: 0.0264128 -> 0.026412837
recipients: + _doublep, arigo, georg.brandl, amaury.forgeotdarc
2008-01-20 22:07:19_doublepsetspambayes_score: 0.0264128 -> 0.0264128
messageid: <1200866839.87.0.387459869965.issue1878@psf.upfronthosting.co.za>
2008-01-20 22:07:18_doubleplinkissue1878 messages
2008-01-20 22:07:17_doublepcreate