Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some deprecation warnings in Doc/conf.py #9

Merged
merged 2 commits into from Feb 11, 2017
Merged

Fix some deprecation warnings in Doc/conf.py #9

merged 2 commits into from Feb 11, 2017

Conversation

refi64
Copy link
Contributor

@refi64 refi64 commented Feb 11, 2017

crosses fingers (My crappy computer never finishes building the docs, so let's see how far Travis goes...)

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 11, 2017

I guess that it's related to my bug report http://bugs.python.org/issue29527

See also my PR #7.

@codecov
Copy link

@codecov codecov bot commented Feb 11, 2017

Codecov Report

Merging #9 into master will decrease coverage by -0.01%.

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   82.37%   82.37%   -0.01%     
==========================================
  Files        1427     1427              
  Lines      350948   350948              
==========================================
- Hits       289090   289079      -11     
- Misses      61858    61869      +11

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79ab8be...d9c09b5. Read the comment docs.

@methane
Copy link
Member

@methane methane commented Feb 11, 2017

Travis uses newest Sphinx.
But docs.python.org seems using sphinx-1.3.3. (see footer in https://docs.python.org/3/).

So changing latex_paper_size should be done after docs.python.org update.

@refi64
Copy link
Contributor Author

@refi64 refi64 commented Feb 11, 2017

@methane latex_paper_size has been depreciated since Sphinx 0.5, when latex_elements was introduced. This shouldn't cause any problems unless someone has updated their Sphinx version since 2008.

Copy link
Member

@methane methane left a comment

You're right. Thanks.

@methane methane merged commit e7ffb99 into python:master Feb 11, 2017
1 check failed
Mariatta referenced this issue in Mariatta/cpython Feb 13, 2017
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS

Contributed by Ryan Gonzalez @kirbyfan64

(cherry picked from commit e7ffb99)
Mariatta referenced this issue in Mariatta/cpython Feb 14, 2017
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS

Contributed by Ryan Gonzalez @kirbyfan64

(cherry picked from commit e7ffb99)
Mariatta referenced this issue in Mariatta/cpython Feb 14, 2017
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS

Contributed by Ryan Gonzalez @kirbyfan64

(cherry picked from commit e7ffb99)
Mariatta added a commit that referenced this issue Feb 14, 2017
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS

Contributed by Ryan Gonzalez @kirbyfan64

(cherry picked from commit e7ffb99)
Mariatta added a commit that referenced this issue Feb 14, 2017
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS

Contributed by Ryan Gonzalez @kirbyfan64

(cherry picked from commit e7ffb99)
vstinner referenced this issue in vstinner/cpython Jun 28, 2017
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS
(cherry picked from commit e7ffb99)
native-api pushed a commit to native-api/cpython that referenced this issue Jun 5, 2018
ethanhs added a commit to ethanhs/cpython that referenced this issue Feb 5, 2020
tiran added a commit to tiran/cpython that referenced this issue Nov 18, 2020
Direct leak of 57 byte(s) in 1 object(s) allocated from:

    #0 0x7fa6397cc667 in __interceptor_malloc (/lib64/libasan.so.6+0xb0667)
    #1 0x777579 in PyUnicode_New Objects/unicodeobject.c:1459
    #2 0x86aa4e in unicode_decode_utf8 Objects/unicodeobject.c:5129
    #3 0x8b6050 in PyUnicode_DecodeUTF8Stateful Objects/unicodeobject.c:5259
    #4 0x8b6050 in PyUnicode_FromString Objects/unicodeobject.c:2311
    #5 0x8b6050 in PyUnicode_InternFromString Objects/unicodeobject.c:15788
    #6 0x8f1e0b in create_filter Python/_warnings.c:67
    #7 0x8f1e0b in init_filters Python/_warnings.c:95
    #8 0x8f1e0b in _PyWarnings_InitState Python/_warnings.c:123
    python#9 0xa52178 in pycore_init_types Python/pylifecycle.c:704
    python#10 0xa52178 in pycore_interp_init Python/pylifecycle.c:760
    python#11 0xa5eab1 in pyinit_config Python/pylifecycle.c:807
    python#12 0xa5eab1 in pyinit_core Python/pylifecycle.c:970
    python#13 0xa60037 in Py_InitializeFromConfig Python/pylifecycle.c:1155
    python#14 0x47a842 in pymain_init Modules/main.c:66
    python#15 0x4802a2 in pymain_main Modules/main.c:698
    python#16 0x4802a2 in Py_BytesMain Modules/main.c:731
    python#17 0x7fa638a5b041 in __libc_start_main (/lib64/libc.so.6+0x27041)

Signed-off-by: Christian Heimes <christian@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants