Commit aa5eee1
committed
Python: Revert manual pickle modeling
This reverts commit 62910f0.
This reverts commit 75a8197.
We don't find `kombu.serialization.pickle_load` since we respect
`__all__`. I think that was an attempt to not flood the captured
modeling with useless re-exports, but I think we've ended up doing that
anyway... we should consider to remove that restriction!
see https://github.com/celery/kombu/blob/21d7df29c7d4a1dfb8586f24ca6eaf65b9c8cc16/kombu/serialization.py#L291 parent f74581a commit aa5eee1
File tree
2 files changed
+43
-10
lines changed- python/ql
- lib/semmle/python/frameworks
- src/meta/ClassHierarchy
2 files changed
+43
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1299 | 1299 | | |
1300 | 1300 | | |
1301 | 1301 | | |
1302 | | - | |
1303 | | - | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
1304 | 1323 | | |
1305 | 1324 | | |
1306 | 1325 | | |
1307 | 1326 | | |
1308 | 1327 | | |
1309 | 1328 | | |
1310 | | - | |
1311 | | - | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
1315 | | - | |
| 1329 | + | |
| 1330 | + | |
1316 | 1331 | | |
1317 | 1332 | | |
1318 | 1333 | | |
| |||
1327 | 1342 | | |
1328 | 1343 | | |
1329 | 1344 | | |
1330 | | - | |
1331 | | - | |
| 1345 | + | |
| 1346 | + | |
1332 | 1347 | | |
1333 | 1348 | | |
1334 | 1349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
467 | 485 | | |
468 | 486 | | |
469 | 487 | | |
| |||
0 commit comments