[issue45478] Send a patch to libexpat to solve _POSIX_C_SOURCE issue.

2021-10-18 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue45478] Send a patch to libexpat to solve _POSIX_C_SOURCE issue.

2021-10-17 Thread Dong-hee Na
Dong-hee Na added the comment: https://github.com/libexpat/libexpat/pull/514 merged, The change is affected to libexpat 2.4.2 -- ___ Python tracker ___ __

[issue45478] Send a patch to libexpat to solve _POSIX_C_SOURCE issue.

2021-10-14 Thread Dong-hee Na
Dong-hee Na added the comment: Please take a look at the patch file that it will be okay to CPython code base :) -- ___ Python tracker ___ ___

[issue45478] Send a patch to libexpat to solve _POSIX_C_SOURCE issue.

2021-10-14 Thread Dong-hee Na
Dong-hee Na added the comment: I will send this patch file, when I apply this patch file, my compiler did not raise _POSIX_C_SOURCE issue. (gcc version 8.4.1 20200928 (Red Hat 8.4.1-1) (GCC)) CPython affects - xmltok.c - xmlrole.c (Not yet applied to CPython code) Not affected - xmlfile.c -

[issue45478] Send a patch to libexpat to solve _POSIX_C_SOURCE issue.

2021-10-14 Thread Dong-hee Na
Dong-hee Na added the comment: Related PRs - https://github.com/python/cpython/commit/d413c503636cde2a6ab0ada25dccb0134633a8e6 by Dong-hee - https://github.com/python/cpython/commit/8177404d520e81f16324a900f093adf3856d33f8 by Pablo - https://github.com/python/cpython/commit/cf247359d5b708

[issue45478] Send a patch to libexpat to solve _POSIX_C_SOURCE issue.

2021-10-14 Thread Dong-hee Na
New submission from Dong-hee Na : Yesterday, I left an issue to libexpat project about what we solved yesterday to follow Christian suggestion. https://github.com/libexpat/libexpat/issues/513 The maintainer suggests sending a patch with reordering all headers files related to expat_config.h.