Add a NEWS entry that gdb can be compiled with py3 on Windows.

Message ID 20190914204320.196671-1-cbiesinger@google.com
State New, archived
Headers

Commit Message

Terekhov, Mikhail via Gdb-patches Sept. 14, 2019, 8:43 p.m. UTC
  [Eli -- how about this one?]

This was fixed in commit 272044897e178835f596c96740c5a1800ec6f9fb.

2019-09-11  Christian Biesinger  <cbiesinger@google.com>

	* NEWS: Mention that gdb can now be compiled with Python 3
	on Windows.
---
 gdb/NEWS | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Eli Zaretskii Sept. 15, 2019, 2:34 a.m. UTC | #1
> Date: Sat, 14 Sep 2019 15:43:20 -0500
> From: "Christian Biesinger via gdb-patches" <gdb-patches@sourceware.org>
> Cc: Christian Biesinger <cbiesinger@google.com>
> 
> [Eli -- how about this one?]
> 
> This was fixed in commit 272044897e178835f596c96740c5a1800ec6f9fb.
> 
> 2019-09-11  Christian Biesinger  <cbiesinger@google.com>
> 
> 	* NEWS: Mention that gdb can now be compiled with Python 3
> 	on Windows.
> ---
>  gdb/NEWS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index d502f08984c..947b7435337 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -32,6 +32,8 @@
>  * GDB now shows the Ada task names at more places, e.g. in task switching
>    messages.
>  
> +* GDB can now be compiled with Python 3 on Windows.
> +

Fine with me, thanks.
  
Terekhov, Mikhail via Gdb-patches Sept. 15, 2019, 2:41 a.m. UTC | #2
On Sat, Sep 14, 2019 at 10:34 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > Date: Sat, 14 Sep 2019 15:43:20 -0500
> > From: "Christian Biesinger via gdb-patches" <gdb-patches@sourceware.org>
> > Cc: Christian Biesinger <cbiesinger@google.com>
> >
> > [Eli -- how about this one?]
> >
> > This was fixed in commit 272044897e178835f596c96740c5a1800ec6f9fb.
> >
> > 2019-09-11  Christian Biesinger  <cbiesinger@google.com>
> >
> >       * NEWS: Mention that gdb can now be compiled with Python 3
> >       on Windows.
> > ---
> >  gdb/NEWS | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/gdb/NEWS b/gdb/NEWS
> > index d502f08984c..947b7435337 100644
> > --- a/gdb/NEWS
> > +++ b/gdb/NEWS
> > @@ -32,6 +32,8 @@
> >  * GDB now shows the Ada task names at more places, e.g. in task switching
> >    messages.
> >
> > +* GDB can now be compiled with Python 3 on Windows.
> > +
>
> Fine with me, thanks.

Thanks, pushed as 6a062a93d70.

Christian
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index d502f08984c..947b7435337 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -32,6 +32,8 @@ 
 * GDB now shows the Ada task names at more places, e.g. in task switching
   messages.
 
+* GDB can now be compiled with Python 3 on Windows.
+
 * Python API
 
   ** The gdb.Value type has a new method 'format_string' which returns a