git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: dd6073f) | patch
PL/Python: Remove use of simple slicing API
2018年8月29日 09:10:17 +0000 (11:10 +0200)
Wed, 5 Sep 2018 14:32:38 +0000 (16:32 +0200)
commit f5a6509bb1ec5222a707205941a40f280f3e6e15
PL/Python: Remove use of simple slicing API

The simple slicing API (sq_slice, sq_ass_slice) has been deprecated
since Python 2.0 and has been removed altogether in Python 3, so remove
those functions from the PLyResult class. Instead, the non-slice
mapping functions mp_subscript and mp_ass_subscript can take slice
objects as an index. Since we just pass the index through to the
underlying list object, we already support that. Test coverage was
already in place.
src/pl/plpython/plpy_resultobject.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /