From: <Paul.Koning@dell.com>
To: <sergiodj@redhat.com>
Cc: <gdb-patches@sourceware.org>
Subject: Re: [PATCH] fix build failure with Python 3.7
Date: Thu, 31 May 2018 21:25:00 -0000 [thread overview]
Message-ID: <2BFDF702-C2E4-4339-ABB4-D0655063DE95@dell.com> (raw)
In-Reply-To: <87fu27fux2.fsf@redhat.com>
> On May 31, 2018, at 4:10 PM, Sergio Durigan Junior <sergiodj@redhat.com> wrote:
>
>>
>> gdb/ChangeLog:
>>
>> 2018-05-31 Paul Koning <paul_koning@dell.com>
>>
>> PR gdb/33470
>
> This bug number is actually from Python's bugzilla, not GDB's. So it's
> not correct to mention it here in the ChangeLog/commit message. AFAIK,
> there's no correspondent GDB bug filed for this issue.
Ok, I removed that.
>
>> * python/python.c (do_start_initialization):
>> Avoid call to internal Python API.
>> (PyInit__gdb): New function.
>>
>> diff --git a/gdb/python/python.c b/gdb/python/python.c
>> index c29e7d7a6b..89443aee25 100644
>> --- a/gdb/python/python.c
>> +++ b/gdb/python/python.c
>> @@ -1667,6 +1667,14 @@ finalize_python (void *ignore)
>> restore_active_ext_lang (previous_active);
>> }
>>
>> +#ifdef IS_PY3K
>> +PyMODINIT_FUNC
>> +PyInit__gdb (void)
>> +{
>> + return PyModule_Create (&python_GdbModuleDef);
>> +}
>> +#endif
>
> I think it's a good idea to add a comment to this function.
I added this (after the #ifdef):
/* This is called via the PyImport_AppendInittab mechanism called
during initialization, to make the built-in _gdb module known to
Python. */
paul
next prev parent reply other threads:[~2018-05-31 20:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <96198491-96D8-42F0-9956-1C2BC9277050@dell.com>
2018-05-31 20:45 ` Sergio Durigan Junior
2018-05-31 21:25 ` Paul.Koning [this message]
2018-06-01 1:27 ` Tom Tromey
2018-06-01 11:58 ` Phil Muldoon
[not found] ` <87d0xb34jw.fsf@redhat.com>
2018-06-01 11:56 ` Phil Muldoon
2018-06-01 12:16 ` Pedro Alves
2018-06-01 12:54 ` Paul.Koning
2018-06-01 13:10 ` Pedro Alves
2018-06-01 13:22 ` Paul.Koning
2018-06-01 13:36 ` Pedro Alves
2018-06-01 13:37 ` Pedro Alves
2018-06-01 13:47 ` Paul.Koning
[not found] ` <b1db3ded-7053-3d2b-773e-31ecd20efd90@redhat.com>
2018-06-08 14:37 ` Paul.Koning
2018-06-08 14:55 ` Pedro Alves
2018-06-08 17:36 ` Paul.Koning
2018-06-09 0:26 ` Sergio Durigan Junior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2BFDF702-C2E4-4339-ABB4-D0655063DE95@dell.com \
--to=paul.koning@dell.com \
--cc=gdb-patches@sourceware.org \
--cc=sergiodj@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox