This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [python] Acquire GIL when necessary for convenience functions.


>>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:

Thiago> This patch fixes a crash when trying to invoke a python-defined
Thiago> convenience function. The problem was that the GIL wasn't being
Thiago> acquired.

Thanks, I forgot about this case :(

Luckily, though, they seem to be pretty simple to catch.  And, I think
we'll have less trouble here with new code than we did with auditing
all the existing code to catch places where gdb calls into Python.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]