public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "Kadapathri, Ajay" <ajay.kadapathri@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Cc: Rebecca Cran <rebecca@nuviainc.com>,
	"Jayaprakash, N" <n.jayaprakash@intel.com>
Subject: Re: [edk2-libc Patch 1/1] Python/Python3.6.8: help built-in function issue fix
Date: Mon, 24 Oct 2022 15:54:09 +0000	[thread overview]
Message-ID: <CO1PR11MB4929E80A8184394C8462B21ED22E9@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <CO1PR11MB49296EAAD007B35F20337E27D22E9@CO1PR11MB4929.namprd11.prod.outlook.com>

pushed 01c9d00fef1b086d64c6d0f383e0d299d8cf8fb7

Mike

> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Monday, October 24, 2022 8:09 AM
> To: Kadapathri, Ajay <ajay.kadapathri@intel.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>
> Cc: Rebecca Cran <rebecca@nuviainc.com>; Jayaprakash, N <n.jayaprakash@intel.com>
> Subject: RE: [edk2-libc Patch 1/1] Python/Python3.6.8: help built-in function issue fix
> 
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> 
> > -----Original Message-----
> > From: Kadapathri, Ajay <ajay.kadapathri@intel.com>
> > Sent: Friday, October 21, 2022 3:57 AM
> > To: devel@edk2.groups.io
> > Cc: Rebecca Cran <rebecca@nuviainc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Jayaprakash, N
> > <n.jayaprakash@intel.com>
> > Subject: [edk2-libc Patch 1/1] Python/Python3.6.8: help built-in function issue fix
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4107
> >
> > Observed that help built-in function in Python UEFI interpreter is
> > not giving the full help text information of python constructs such
> > as functions, objects , class and etc.
> >
> > This patch request fixes this issue, once this patch is applied
> > We can get full text help information of python constructs
> >
> > Cc: Rebecca Cran <rebecca@nuviainc.com>
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Jayaprakash N <n.jayaprakash@intel.com>
> > Signed-off-by: Ajay Kadapathri <ajay.kadapathri@intel.com>
> > ---
> >  .../Python/Python-3.6.8/PyMod-3.6.8/Include/pyconfig.h       | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Include/pyconfig.h b/AppPkg/Applications/Python/Python-
> > 3.6.8/PyMod-3.6.8/Include/pyconfig.h
> > index c447614..f1cb309 100644
> > --- a/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Include/pyconfig.h
> > +++ b/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Include/pyconfig.h
> > @@ -1155,8 +1155,13 @@
> >  /* Define if WINDOW in curses.h offers a field _flags. */
> >  #undef WINDOW_HAS_FLAGS
> >
> > +#ifdef UEFI_C_SOURCE
> > +/* Define if you want documentation strings in extension modules */
> > +#define WITH_DOC_STRINGS 1
> > +#else
> >  /* Define if you want documentation strings in extension modules */
> >  #undef WITH_DOC_STRINGS
> > +#endif
> >
> >  /* Define if you want to use the new-style (Openstep, Rhapsody, MacOS) dynamic
> >     linker (dyld) instead of the old-style (NextStep) dynamic linker (rld).
> > --
> > 2.37.1.windows.1


      reply	other threads:[~2022-10-24 15:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-21 10:56 [edk2-libc Patch 0/1] Py3 UEFI help built-in function issue fix ajay.kadapathri
2022-10-21 10:56 ` [edk2-libc Patch 1/1] Python/Python3.6.8: " Ajay Kadapathri
2022-10-24 15:08   ` Michael D Kinney
2022-10-24 15:54     ` Michael D Kinney [this message]

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-list 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=CO1PR11MB4929E80A8184394C8462B21ED22E9@CO1PR11MB4929.namprd11.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /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