forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7ce4abf
committed
Improve detection of Python 3.2 installations
Because of ABI tagging, the library version number might no longer beexactly the Python version number, so do extra lookups. This affectsinstallations without a shared library, such as ActiveState'sinstaller.Also update the way to detect the location of the 'config' directory,which can also be versioned.Ashesh Vashi1 parent7b1509d commit7ce4abf
2 files changed
+14
-4
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 |
| |
74 | 79 |
| |
75 | 80 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7242 | 7242 |
| |
7243 | 7243 |
| |
7244 | 7244 |
| |
7245 |
| - | |
| 7245 | + | |
7246 | 7246 |
| |
7247 | 7247 |
| |
7248 | 7248 |
| |
| |||
7266 | 7266 |
| |
7267 | 7267 |
| |
7268 | 7268 |
| |
7269 |
| - | |
| 7269 | + | |
| 7270 | + | |
| 7271 | + | |
| 7272 | + | |
| 7273 | + | |
| 7274 | + | |
7270 | 7275 |
| |
7271 | 7276 |
| |
7272 | 7277 |
| |
|
0 commit comments
Comments
(0)