Skip to content

Commit 71ef985

Browse files
authored
Merge pull request #14791 from RasmusWL/python-3.12
Python: Update `.expected` to support Python 3.12
2 parents 6bba191 + a46dc55 commit 71ef985

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+291
-8
lines changed

python/ql/src/Summary/options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: --lang=3

python/ql/test/library-tests/PointsTo/imports/Runtime.expected renamed to python/ql/test/2/library-tests/PointsTo/imports2/Runtime.expected

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/Runtime.ql renamed to python/ql/test/2/library-tests/PointsTo/imports2/Runtime.ql

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/RuntimeWithType.expected renamed to python/ql/test/2/library-tests/PointsTo/imports2/RuntimeWithType.expected

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/RuntimeWithType.ql renamed to python/ql/test/2/library-tests/PointsTo/imports2/RuntimeWithType.ql

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: --lang=2 --max-import-depth=2 -r package

python/ql/test/library-tests/PointsTo/imports/package/__init__.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/__init__.py

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/package/module.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/module.py

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/package/module2.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/module2.py

File renamed without changes.

python/ql/test/library-tests/PointsTo/imports/package/moduleX.py renamed to python/ql/test/2/library-tests/PointsTo/imports2/package/moduleX.py

File renamed without changes.

0 commit comments

Comments
 (0)