回答編集履歴

1

ずれてました

2018/08/28 08:12

投稿

quickquip
quickquip

スコア11051

test CHANGED
@@ -1,4 +1,4 @@
1
- [https://github.com/python/cpython/blob/627d0c61ac96009450e3794a2401f244e56fcb79/Python/bltinmodule.c#L1179](https://github.com/python/cpython/blob/627d0c61ac96009450e3794a2401f244e56fcb79/Python/bltinmodule.c#L1179)
1
+ [https://github.com/python/cpython/blob/627d0c61ac96009450e3794a2401f244e56fcb79/Python/bltinmodule.c#L1091](https://github.com/python/cpython/blob/627d0c61ac96009450e3794a2401f244e56fcb79/Python/bltinmodule.c#L1091)
2
2
 
3
3
 
4
4
 
@@ -18,8 +18,8 @@
18
18
 
19
19
 
20
20
 
21
- その整数を表現するPython言語の整数インスタンスを作って返してますね。
21
+ 「**その整数を表現する**(Python言語の)整数オブジェクト」を作って返してますね。
22
22
 
23
23
 
24
24
 
25
- 答え: C言語のPyObjectへのポインタをunsigned longにした整数値
25
+ 答え: C言語のPyObjectへのポインタをunsigned longにキャストした整数値