Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
| BPO | 27623 |
|---|---|
| Nosy | @mdickinson,@socketpair,@vadmium,@serhiy-storchaka,@Vgr255,@lucasem,@Phaqui |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2016-07-26.06:26:20.726>labels= ['interpreter-core','type-bug']title='int.to_bytes() and int.from_bytes(): raise ValueError when bytes count is zero'updated_at=<Date2016-07-30.01:21:55.777>user='https://github.com/socketpair'
bugs.python.org fields:
activity=<Date2016-07-30.01:21:55.777>actor='martin.panter'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Interpreter Core']creation=<Date2016-07-26.06:26:20.726>creator='socketpair'dependencies= []files= ['43913','43925','43942']hgrepos= []issue_num=27623keywords= ['patch']message_count=14.0messages= ['271329','271330','271476','271479','271484','271485','271487','271499','271504','271506','271564','271565','271657','271660']nosy_count=7.0nosy_names= ['mark.dickinson','socketpair','martin.panter','serhiy.storchaka','abarry','lucasem','Phaqui']pr_nums= []priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype='behavior'url='https://bugs.python.org/issue27623'versions= ['Python 3.6']
Linked PRs
- gh-71810: fix corner case (length==0) for int.to_bytes() #138739
- [3.14] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) #138782
- [3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) #138783
- gh-71810: Fix _PyLong_AsByteArray() undefined behavior #138873
- [3.14] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (GH-138873) #138883
- [3.13] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (GH-138873) #138884