Skip to content

Commit

Permalink
deps: V8: patch jinja2 for Python 3.10 compat
Browse files Browse the repository at this point in the history
PR-URL: #40296
Fixes: #40294
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Christian Clauss <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
  • Loading branch information
targos authored and Trott committed Oct 7, 2021
1 parent 2ac95c6 commit 75c4bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.11',
'v8_embedder_string': '-node.12',

##### V8 defaults for Node.js #####

Expand Down
2 changes: 1 addition & 1 deletion deps/v8/third_party/jinja2/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""
import operator
import re
from collections import Mapping
from collections.abc import Mapping
from jinja2.runtime import Undefined
from jinja2._compat import text_type, string_types, integer_types
import decimal
Expand Down

0 comments on commit 75c4bde

Please sign in to comment.