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: [RFA 11/11] Change python_run_simple_file to use gdbpy_ref


On 11/19/2016 05:03 PM, Tom Tromey wrote:

> Pedro> I did git blame on that function now, and that point at git commit
> Pedro> 4c63965b8, which shows that we used to do the longer path everywhere,
> Pedro> and from the git log it sounds like we don't want to go back.
> 
> Yes, definitely.  There's an FAQ in the Python documentation about this
> exact scenario.
> 
> Pedro> So looks like we're back to the original suggestion of hacking the
> Pedro> WIN32 condition locally and test against Python 2.  If that works,
> Pedro> push it in.
> 
> Ok.  Here is the updated patch that worked for me after temporarily
> removing the WIN32 condition.

OK.

Thanks,
Pedro Alves


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