This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] [patch] PR 13369/13374


>>>>> "Paul" ==   <Paul_Koning@Dell.com> writes:

>> +      /* Note -- this is not thread-safe.  */

Paul> Does the comment "not thread safe" indicate that this is a spot where
Paul> the GIL should be acquired and isn't currently?  Or doesn't the GIL
Paul> help for that?

The comment refers to the code being called here.
I think the comment can be removed.  It isn't ok to call gdb stuff from
other Python threads anyway.

Tom


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