- Notifications
You must be signed in to change notification settings - Fork35
Commitc07f112
authored
Initialization of Helpers._get_default_encoding_func is corrected [py3.9] (#221)
Python 3.9 does not undestand the following code:_get_default_encoding_func = _make_get_default_encoding_func()ERROR - TypeError: 'staticmethod' object is not callablehttps://app.travis-ci.com/github/postgrespro/testgres/jobs/631402370The code:_get_default_encoding_func = _make_get_default_encoding_func.__func__()is processed without problems.1 parentbab1d8e commitc07f112
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
0 commit comments
Comments
(0)