Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com>

> -----Original Message-----
> From: Kadapathri, Ajay <ajay.kadapat...@intel.com>
> Sent: Friday, October 21, 2022 3:57 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran <rebe...@nuviainc.com>; Kinney, Michael D 
> <michael.d.kin...@intel.com>; Jayaprakash, N
> <n.jayaprak...@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 <rebe...@nuviainc.com>
> Cc: Michael D Kinney <michael.d.kin...@intel.com>
> Cc: Jayaprakash N <n.jayaprak...@intel.com>
> Signed-off-by: Ajay Kadapathri <ajay.kadapat...@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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#95504): https://edk2.groups.io/g/devel/message/95504
Mute This Topic: https://groups.io/mt/94536665/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to