X Tutup
Skip to content

bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c#2670

Merged
vstinner merged 1 commit intopython:masterfrom
segevfiner:patch-2
Jul 11, 2017
Merged

bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c#2670
vstinner merged 1 commit intopython:masterfrom
segevfiner:patch-2

Conversation

@segevfiner
Copy link
Copy Markdown
Contributor

cc @ned-deily

Same as: 05b72ed but for 3.7. Also in 3.5 and 2.7. I can submit back port pull requests if you wish.

@segevfiner segevfiner changed the title Avoid _GNU_SOURCE redefined warning in xmlparse.c bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c Jul 11, 2017
@vstinner vstinner merged commit f523255 into python:master Jul 11, 2017
@segevfiner segevfiner deleted the patch-2 branch July 11, 2017 21:52
segevfiner added a commit to segevfiner/cpython that referenced this pull request Jul 11, 2017
segevfiner added a commit to segevfiner/cpython that referenced this pull request Jul 11, 2017
segevfiner added a commit to segevfiner/cpython that referenced this pull request Jul 11, 2017
vstinner pushed a commit that referenced this pull request Jul 11, 2017
…H-2670) (#2672)

* [2.7] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670)
(cherry picked from commit f523255)

* [2.7] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670).
(cherry picked from commit f523255)
vstinner pushed a commit that referenced this pull request Jul 11, 2017
ned-deily pushed a commit to ned-deily/cpython that referenced this pull request Jul 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup