mdrubin / ironclad

Automatically exported from code.google.com/p/ironclad
Other
0 stars 0 forks source link

Error reporting #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If we were to create suitably minimal implementations of:

PyCode_New
PyFrame_New
PyThreadState_Get
PyTraceBack_Here

...we might get slightly better behaviour from Pyrex-generated extensions
when they try to complain about errors. (see __Pyx_AddTraceback)

Original issue reported on code.google.com by fwere...@gmail.com on 27 Jan 2009 at 5:43

GoogleCodeExporter commented 8 years ago
Fixed in r450.

What's the good of a bug database if I don't use it, hmm?

Original comment by fwere...@gmail.com on 20 May 2009 at 12:30