NB-Dragon

Results 4 issues of NB-Dragon

By the way,I remove the code of faster rcnn.

"./data/local/tmp/drizzleDumper": "/data/local/tmp/drizzleDumper" has text relocations the tool can't run successfully!

根据你的文档[BasicObject/long](https://github.com/zpoint/CPython-Internals/blob/master/BasicObject/long/long_cn.md),我使用64位版本的Python 3.9.12进行验证。 验证代码如下 ```Python import ctypes data = 0 for index in range(50): data = data * 2 + 1 data_id, hex_list = id(data) + 24, [] for byte_index in...