Jeong, YunWon

Results 262 issues of Jeong, YunWon

### Input C/C++ Header ```objc @interface A -(void)f:(int)arg1 as:(int)arg2; @end ``` ### Bindgen Invocation ``` $ bindgen objc_escape.m ``` ### Actual Results ```rust /* automatically generated by rust-bindgen 0.60.1 */...

bug
A-Obj-C

before: ``` 0 SetupLoop (13) >> 1 LoadFast (0, a) 2 JumpIfFalse (12) 3 LoadFast (0, a) 4 SetupWith (9) 5 Pop 6 Continue (1) 7 PopBlock 8 EnterFinally >>...

allow `--no-default-features` run, which makes debugging compiler bug easier

## Feature ```python >>> def f(): pass ... >>> f.__code__.replace() ``` expected: silent actual: AttributeError ## Python Documentation

good first issue
A-stdlib

## Feature ssl.SSLError.reason ## Python Documentation https://docs.python.org/3/library/ssl.html#ssl.SSLError.reason

compat
A-stdlib

to isolate control flow code from next() operation

https://github.com/RustPython/RustPython/issues/1978#issuecomment-1207262094