Python: Update .expected to support Python 3.12

You might wonder why the number of lines changed, but it's due to `tty`
module receiving its' first update since 2001, so the actual number of
lines DID change :phew:

https://github.com/python/cpython/commits/3.12/Lib/tty.py

Since there is now a difference between Python 2 and Python 3, we need to restrict the lines of code test to only run as Python 3.
This commit is contained in:
Rasmus Wriedt Larsen
2023-11-15 10:18:06 +01:00
parent b8f0f85840
commit 23419ee634
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1 @@
semmle-extractor-options: --lang=3