apple / ccs-pykerberos

Python Kerberos library used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
117 stars 65 forks source link

all invocations of PyCObject_Check(pystate) should return a meaningful exception #11

Closed macosforgebot closed 16 years ago

macosforgebot commented 16 years ago

@agx originally submitted this as ticket:281


without this we see:

SystemError: error return without exception set

which is not very helpful

macosforgebot commented 16 years ago

@agx originally submitted this as _attachment:0001-all-invocations-of-PyCObject_Check-pystate-should-r.patch:⁠ticket:281_

macosforgebot commented 16 years ago

@agx originally submitted this as comment:1:⁠ticket:281


Depends on #⁠283 to apply cleanly.

macosforgebot commented 16 years ago

@agx originally submitted this as comment:2:⁠ticket:281


r3004