This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Jim Fasarakis-Hilliard, Roy Williams, Ryan May, brett.cannon, francismb, gvanrossum, josh.r, jstasiak, methane, ncoghlan, ned.deily, vstinner, yselivanov
Date 2019-06-12.10:15:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560334513.02.0.174181957733.issue26219@roundup.psfhosted.org>
In-reply-to
Content
New changeset 996e52623af3854552d41751e0c2522bc0a7e84f by Victor Stinner (Miss Islington (bot)) in branch '3.8':
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000)
https://github.com/python/cpython/commit/996e52623af3854552d41751e0c2522bc0a7e84f
History
Date User Action Args
2019-06-12 10:15:13vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, ncoghlan, ned.deily, methane, francismb, yselivanov, jstasiak, josh.r, Jim Fasarakis-Hilliard, Ryan May, Roy Williams
2019-06-12 10:15:13vstinnersetmessageid: <1560334513.02.0.174181957733.issue26219@roundup.psfhosted.org>
2019-06-12 10:15:13vstinnerlinkissue26219 messages
2019-06-12 10:15:12vstinnercreate