forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0793ab8
committed
Activate Python "Limited API" in PL/Python
This allows building PL/Python against any Python 3.x version andusing another Python 3.x version at run time. This is useful forinstallers that want to run against a separately downloaded Python, sothat they don't have to bundle it themselves.This builds on the earlier patch to only use APIs supported by theLimited API.At the moment, this is not activated on MSVC because that leads tobuild failures that no one could explain or cared enough to address.This could be done later.Reviewed-by: Jakob Egger <jakob@eggerapps.at>Discussion:https://www.postgresql.org/message-id/flat/ee410de1-1e0b-4770-b125-eeefd4726a24@eisentraut.org1 parent05cbd6c commit0793ab8
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
22 | 31 |
| |
23 | 32 |
| |
24 | 33 |
| |
|
0 commit comments
Comments
(0)