[issue41455] Python Devguide differs from python docs

2020-08-12 Thread Ned Deily
Ned Deily added the comment: New changeset f3b6f3cd9ac6931ae346cf298fae7b691d5656bb by Miss Islington (bot) in branch '3.7': bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) (GH-21788)

[issue41455] Python Devguide differs from python docs

2020-08-08 Thread miss-islington
miss-islington added the comment: New changeset 105cfb5b182da63e8481fcb009e92546d240c6b5 by Miss Islington (bot) in branch '3.8': bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)

[issue41455] Python Devguide differs from python docs

2020-08-08 Thread miss-islington
miss-islington added the comment: New changeset 103ce3debf07a48e79319acd0890be0c53e64fff by Miss Islington (bot) in branch '3.9': bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)

[issue41455] Python Devguide differs from python docs

2020-08-08 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41455] Python Devguide differs from python docs

2020-08-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +20930 pull_request: https://github.com/python/cpython/pull/21788 ___ Python tracker ___

[issue41455] Python Devguide differs from python docs

2020-08-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +20928 pull_request: https://github.com/python/cpython/pull/21786 ___ Python tracker

[issue41455] Python Devguide differs from python docs

2020-08-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +20929 pull_request: https://github.com/python/cpython/pull/21787 ___ Python tracker ___

[issue41455] Python Devguide differs from python docs

2020-08-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 82ca8fada15b121866530f2cdac1b7055be4a244 by Yaroslav Pankovych in branch 'master': bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)

[issue41455] Python Devguide differs from python docs

2020-08-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +pablogsal, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41455] Python Devguide differs from python docs

2020-08-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41455] Python Devguide differs from python docs

2020-08-02 Thread Yaroslav
Yaroslav added the comment: Here's opened PR. https://github.com/python/cpython/pull/21703 -- nosy: -python-dev ___ Python tracker ___

[issue41455] Python Devguide differs from python docs

2020-08-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +20846 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21703 ___ Python tracker

[issue41455] Python Devguide differs from python docs

2020-08-02 Thread Yaroslav
Yaroslav added the comment: As I can see here https://github.com/python/devguide/blob/master/garbage_collector.rst#collecting-the-oldest-generation > the GC only triggers a full collection of the oldest generation if the ratio > long_lived_pending / long_lived_total is above a given value

[issue41455] Python Devguide differs from python docs

2020-08-01 Thread Yaroslac
New submission from Yaroslac : As I can see here https://github.com/python/devguide/blob/master/garbage_collector.rst#collecting-the-oldest-generation > the GC only triggers a full collection of the oldest generation if the ratio > long_lived_pending / long_lived_total is above a given value