homepage

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.

classification
Title: Squash new gcc warning (-Wstringop-overflow)
Type: compile error Stage: resolved
Components: Build Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: skrah, vstinner
Priority: normal Keywords:

Created on 2017年08月25日 17:38 by skrah, last changed 2022年04月11日 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3207 merged skrah, 2017年08月25日 17:44
PR 4620 merged vstinner, 2017年11月28日 23:03
Messages (3)
msg300851 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2017年08月25日 17:38
gcc-7.2 emits the following not-so-useful warning:
Objects/bytearrayobject.c:226:9: warning: ‘memcpy’: specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807
msg300852 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2017年08月25日 18:12
New changeset dce6502059f46a04f90938b9d832394c8215397b by Stefan Krah in branch 'master':
bpo-31279: Silence -Wstringop-overflow warning. (#3207)
https://github.com/python/cpython/commit/dce6502059f46a04f90938b9d832394c8215397b
msg307270 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017年11月29日 23:00
New changeset dedcbee04cd52790027ecfb46cb3aa33efebdc84 by Victor Stinner in branch '3.6':
[3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620)
https://github.com/python/cpython/commit/dedcbee04cd52790027ecfb46cb3aa33efebdc84
History
Date User Action Args
2022年04月11日 14:58:51adminsetgithub: 75460
2017年11月29日 23:00:38vstinnersetnosy: + vstinner
messages: + msg307270
2017年11月28日 23:03:01vstinnersetpull_requests: + pull_request4535
2017年08月25日 18:56:52skrahsetstatus: open -> closed
versions: + Python 3.7
resolution: fixed
components: + Build
type: compile error
stage: resolved
2017年08月25日 18:12:08skrahsetmessages: + msg300852
2017年08月25日 17:44:08skrahsetpull_requests: + pull_request3244
2017年08月25日 17:38:57skrahcreate

AltStyle によって変換されたページ (->オリジナル) /