pyobjc-framework-ExceptionHandling 12.1__tar.gz → 12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/ExceptionHandling/_metadata.py +1 -1
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/pyobjc_framework_ExceptionHandling.egg-info/PKG-INFO +3 -3
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/pyobjc_framework_ExceptionHandling.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_exceptionhandling-12.2/Lib/pyobjc_framework_ExceptionHandling.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_exceptionhandling-12.2/Lib/pyobjc_framework_ExceptionHandling.egg-info/requires.txt +2 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/PKG-INFO +3 -3
- pyobjc_framework_exceptionhandling-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_exceptionhandling-12.2/metadata/raw/arm64-26.5.fwinfo +105 -18
- pyobjc_framework_exceptionhandling-12.1/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_exceptionhandling-12.2/metadata/raw/x86_64-26.5.fwinfo +105 -18
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/setup.py +1 -1
- pyobjc_framework_exceptionhandling-12.1/Lib/pyobjc_framework_ExceptionHandling.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_exceptionhandling-12.1/Lib/pyobjc_framework_ExceptionHandling.egg-info/requires.txt +0 -2
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Examples/debugging.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/LICENSE.txt +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/ExceptionHandling/__init__.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/PyObjCTools/Debugging.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/pyobjc_framework_ExceptionHandling.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/pyobjc_framework_ExceptionHandling.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/Lib/pyobjc_framework_ExceptionHandling.egg-info/top_level.txt +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/PyObjCTest/test_debugging.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/PyObjCTest/test_exceptionhandling.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/PyObjCTest/test_nsexceptionhandler.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/README.txt +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/metadata/ExceptionHandling.fwinfo +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/pyobjc_setup.py +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExceptionHandling
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework ExceptionHandling on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -21,5 +21,5 @@ PyObjCTest/test_exceptionhandling.py
|
|
|
21
21
|
PyObjCTest/test_nsexceptionhandler.py
|
|
22
22
|
metadata/ExceptionHandling.fwinfo
|
|
23
23
|
metadata/metadata.ini
|
|
24
|
-
metadata/raw/arm64-26.
|
|
25
|
-
metadata/raw/x86_64-26.
|
|
24
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
25
|
+
metadata/raw/x86_64-26.5.fwinfo
|
{pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-ExceptionHandling
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework ExceptionHandling on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:48:29 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": true,
|
|
18
18
|
"retval": {
|
|
19
|
+
"type_name": "NSExceptionHandler *",
|
|
19
20
|
"typestr": "@",
|
|
20
21
|
"typestr_special": false
|
|
21
22
|
},
|
|
@@ -25,12 +26,15 @@
|
|
|
25
26
|
{
|
|
26
27
|
"args": [
|
|
27
28
|
{
|
|
29
|
+
"name": "aMask",
|
|
30
|
+
"type_name": "NSUInteger",
|
|
28
31
|
"typestr": "Q",
|
|
29
32
|
"typestr_special": false
|
|
30
33
|
}
|
|
31
34
|
],
|
|
32
35
|
"class_method": false,
|
|
33
36
|
"retval": {
|
|
37
|
+
"type_name": "void",
|
|
34
38
|
"typestr": "v",
|
|
35
39
|
"typestr_special": false
|
|
36
40
|
},
|
|
@@ -41,6 +45,7 @@
|
|
|
41
45
|
"args": [],
|
|
42
46
|
"class_method": false,
|
|
43
47
|
"retval": {
|
|
48
|
+
"type_name": "NSUInteger",
|
|
44
49
|
"typestr": "Q",
|
|
45
50
|
"typestr_special": false
|
|
46
51
|
},
|
|
@@ -50,12 +55,15 @@
|
|
|
50
55
|
{
|
|
51
56
|
"args": [
|
|
52
57
|
{
|
|
58
|
+
"name": "aMask",
|
|
59
|
+
"type_name": "NSUInteger",
|
|
53
60
|
"typestr": "Q",
|
|
54
61
|
"typestr_special": false
|
|
55
62
|
}
|
|
56
63
|
],
|
|
57
64
|
"class_method": false,
|
|
58
65
|
"retval": {
|
|
66
|
+
"type_name": "void",
|
|
59
67
|
"typestr": "v",
|
|
60
68
|
"typestr_special": false
|
|
61
69
|
},
|
|
@@ -66,6 +74,7 @@
|
|
|
66
74
|
"args": [],
|
|
67
75
|
"class_method": false,
|
|
68
76
|
"retval": {
|
|
77
|
+
"type_name": "NSUInteger",
|
|
69
78
|
"typestr": "Q",
|
|
70
79
|
"typestr_special": false
|
|
71
80
|
},
|
|
@@ -75,12 +84,16 @@
|
|
|
75
84
|
{
|
|
76
85
|
"args": [
|
|
77
86
|
{
|
|
87
|
+
"name": "anObject",
|
|
88
|
+
"null_accepted": true,
|
|
89
|
+
"type_name": "id",
|
|
78
90
|
"typestr": "@",
|
|
79
91
|
"typestr_special": false
|
|
80
92
|
}
|
|
81
93
|
],
|
|
82
94
|
"class_method": false,
|
|
83
95
|
"retval": {
|
|
96
|
+
"type_name": "void",
|
|
84
97
|
"typestr": "v",
|
|
85
98
|
"typestr_special": false
|
|
86
99
|
},
|
|
@@ -91,6 +104,7 @@
|
|
|
91
104
|
"args": [],
|
|
92
105
|
"class_method": false,
|
|
93
106
|
"retval": {
|
|
107
|
+
"type_name": "id",
|
|
94
108
|
"typestr": "@",
|
|
95
109
|
"typestr_special": false
|
|
96
110
|
},
|
|
@@ -108,20 +122,30 @@
|
|
|
108
122
|
{
|
|
109
123
|
"args": [
|
|
110
124
|
{
|
|
125
|
+
"name": "sender",
|
|
126
|
+
"null_accepted": true,
|
|
127
|
+
"type_name": "NSExceptionHandler *",
|
|
111
128
|
"typestr": "@",
|
|
112
129
|
"typestr_special": false
|
|
113
130
|
},
|
|
114
131
|
{
|
|
132
|
+
"name": "exception",
|
|
133
|
+
"null_accepted": true,
|
|
134
|
+
"type_name": "NSException *",
|
|
115
135
|
"typestr": "@",
|
|
116
136
|
"typestr_special": false
|
|
117
137
|
},
|
|
118
138
|
{
|
|
139
|
+
"name": "aMask",
|
|
140
|
+
"type_name": "NSUInteger",
|
|
119
141
|
"typestr": "Q",
|
|
120
142
|
"typestr_special": false
|
|
121
143
|
}
|
|
122
144
|
],
|
|
123
145
|
"class_method": false,
|
|
146
|
+
"introduced": "10.0",
|
|
124
147
|
"retval": {
|
|
148
|
+
"type_name": "BOOL",
|
|
125
149
|
"typestr": "Z",
|
|
126
150
|
"typestr_special": true
|
|
127
151
|
},
|
|
@@ -131,20 +155,30 @@
|
|
|
131
155
|
{
|
|
132
156
|
"args": [
|
|
133
157
|
{
|
|
158
|
+
"name": "sender",
|
|
159
|
+
"null_accepted": true,
|
|
160
|
+
"type_name": "NSExceptionHandler *",
|
|
134
161
|
"typestr": "@",
|
|
135
162
|
"typestr_special": false
|
|
136
163
|
},
|
|
137
164
|
{
|
|
165
|
+
"name": "exception",
|
|
166
|
+
"null_accepted": true,
|
|
167
|
+
"type_name": "NSException *",
|
|
138
168
|
"typestr": "@",
|
|
139
169
|
"typestr_special": false
|
|
140
170
|
},
|
|
141
171
|
{
|
|
172
|
+
"name": "aMask",
|
|
173
|
+
"type_name": "NSUInteger",
|
|
142
174
|
"typestr": "Q",
|
|
143
175
|
"typestr_special": false
|
|
144
176
|
}
|
|
145
177
|
],
|
|
146
178
|
"class_method": false,
|
|
179
|
+
"introduced": "10.0",
|
|
147
180
|
"retval": {
|
|
181
|
+
"type_name": "BOOL",
|
|
148
182
|
"typestr": "Z",
|
|
149
183
|
"typestr_special": true
|
|
150
184
|
},
|
|
@@ -158,21 +192,51 @@
|
|
|
158
192
|
}
|
|
159
193
|
},
|
|
160
194
|
"enum": {
|
|
161
|
-
"NSHandleOtherExceptionMask":
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
"
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
|
|
195
|
+
"NSHandleOtherExceptionMask": {
|
|
196
|
+
"value": 512
|
|
197
|
+
},
|
|
198
|
+
"NSHandleTopLevelExceptionMask": {
|
|
199
|
+
"value": 128
|
|
200
|
+
},
|
|
201
|
+
"NSHandleUncaughtExceptionMask": {
|
|
202
|
+
"value": 2
|
|
203
|
+
},
|
|
204
|
+
"NSHandleUncaughtRuntimeErrorMask": {
|
|
205
|
+
"value": 32
|
|
206
|
+
},
|
|
207
|
+
"NSHandleUncaughtSystemExceptionMask": {
|
|
208
|
+
"value": 8
|
|
209
|
+
},
|
|
210
|
+
"NSHangOnOtherExceptionMask": {
|
|
211
|
+
"value": 16
|
|
212
|
+
},
|
|
213
|
+
"NSHangOnTopLevelExceptionMask": {
|
|
214
|
+
"value": 8
|
|
215
|
+
},
|
|
216
|
+
"NSHangOnUncaughtExceptionMask": {
|
|
217
|
+
"value": 1
|
|
218
|
+
},
|
|
219
|
+
"NSHangOnUncaughtRuntimeErrorMask": {
|
|
220
|
+
"value": 4
|
|
221
|
+
},
|
|
222
|
+
"NSHangOnUncaughtSystemExceptionMask": {
|
|
223
|
+
"value": 2
|
|
224
|
+
},
|
|
225
|
+
"NSLogOtherExceptionMask": {
|
|
226
|
+
"value": 256
|
|
227
|
+
},
|
|
228
|
+
"NSLogTopLevelExceptionMask": {
|
|
229
|
+
"value": 64
|
|
230
|
+
},
|
|
231
|
+
"NSLogUncaughtExceptionMask": {
|
|
232
|
+
"value": 1
|
|
233
|
+
},
|
|
234
|
+
"NSLogUncaughtRuntimeErrorMask": {
|
|
235
|
+
"value": 16
|
|
236
|
+
},
|
|
237
|
+
"NSLogUncaughtSystemExceptionMask": {
|
|
238
|
+
"value": 4
|
|
239
|
+
}
|
|
176
240
|
},
|
|
177
241
|
"enum_type": {},
|
|
178
242
|
"expressions": {
|
|
@@ -181,12 +245,15 @@
|
|
|
181
245
|
},
|
|
182
246
|
"externs": {
|
|
183
247
|
"NSStackTraceKey": {
|
|
248
|
+
"type_name": "NSString *",
|
|
184
249
|
"typestr": "@"
|
|
185
250
|
},
|
|
186
251
|
"NSUncaughtRuntimeErrorException": {
|
|
252
|
+
"type_name": "NSString *",
|
|
187
253
|
"typestr": "@"
|
|
188
254
|
},
|
|
189
255
|
"NSUncaughtSystemExceptionException": {
|
|
256
|
+
"type_name": "NSString *",
|
|
190
257
|
"typestr": "@"
|
|
191
258
|
}
|
|
192
259
|
},
|
|
@@ -213,20 +280,30 @@
|
|
|
213
280
|
{
|
|
214
281
|
"args": [
|
|
215
282
|
{
|
|
283
|
+
"name": "sender",
|
|
284
|
+
"null_accepted": true,
|
|
285
|
+
"type_name": "NSExceptionHandler *",
|
|
216
286
|
"typestr": "@",
|
|
217
287
|
"typestr_special": false
|
|
218
288
|
},
|
|
219
289
|
{
|
|
290
|
+
"name": "exception",
|
|
291
|
+
"null_accepted": true,
|
|
292
|
+
"type_name": "NSException *",
|
|
220
293
|
"typestr": "@",
|
|
221
294
|
"typestr_special": false
|
|
222
295
|
},
|
|
223
296
|
{
|
|
297
|
+
"name": "aMask",
|
|
298
|
+
"type_name": "NSUInteger",
|
|
224
299
|
"typestr": "Q",
|
|
225
300
|
"typestr_special": false
|
|
226
301
|
}
|
|
227
302
|
],
|
|
228
303
|
"class_method": false,
|
|
304
|
+
"introduced": "10.0",
|
|
229
305
|
"retval": {
|
|
306
|
+
"type_name": "BOOL",
|
|
230
307
|
"typestr": "Z",
|
|
231
308
|
"typestr_special": true
|
|
232
309
|
},
|
|
@@ -236,20 +313,30 @@
|
|
|
236
313
|
{
|
|
237
314
|
"args": [
|
|
238
315
|
{
|
|
316
|
+
"name": "sender",
|
|
317
|
+
"null_accepted": true,
|
|
318
|
+
"type_name": "NSExceptionHandler *",
|
|
239
319
|
"typestr": "@",
|
|
240
320
|
"typestr_special": false
|
|
241
321
|
},
|
|
242
322
|
{
|
|
323
|
+
"name": "exception",
|
|
324
|
+
"null_accepted": true,
|
|
325
|
+
"type_name": "NSException *",
|
|
243
326
|
"typestr": "@",
|
|
244
327
|
"typestr_special": false
|
|
245
328
|
},
|
|
246
329
|
{
|
|
330
|
+
"name": "aMask",
|
|
331
|
+
"type_name": "NSUInteger",
|
|
247
332
|
"typestr": "Q",
|
|
248
333
|
"typestr_special": false
|
|
249
334
|
}
|
|
250
335
|
],
|
|
251
336
|
"class_method": false,
|
|
337
|
+
"introduced": "10.0",
|
|
252
338
|
"retval": {
|
|
339
|
+
"type_name": "BOOL",
|
|
253
340
|
"typestr": "Z",
|
|
254
341
|
"typestr_special": true
|
|
255
342
|
},
|
|
@@ -269,6 +356,6 @@
|
|
|
269
356
|
"ExceptionHandlingDefines.h",
|
|
270
357
|
"NSExceptionHandler.h"
|
|
271
358
|
],
|
|
272
|
-
"release": "
|
|
273
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
359
|
+
"release": "26.5",
|
|
360
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
274
361
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:48:27 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"args": [],
|
|
17
17
|
"class_method": true,
|
|
18
18
|
"retval": {
|
|
19
|
+
"type_name": "NSExceptionHandler *",
|
|
19
20
|
"typestr": "@",
|
|
20
21
|
"typestr_special": false
|
|
21
22
|
},
|
|
@@ -25,12 +26,15 @@
|
|
|
25
26
|
{
|
|
26
27
|
"args": [
|
|
27
28
|
{
|
|
29
|
+
"name": "aMask",
|
|
30
|
+
"type_name": "NSUInteger",
|
|
28
31
|
"typestr": "Q",
|
|
29
32
|
"typestr_special": false
|
|
30
33
|
}
|
|
31
34
|
],
|
|
32
35
|
"class_method": false,
|
|
33
36
|
"retval": {
|
|
37
|
+
"type_name": "void",
|
|
34
38
|
"typestr": "v",
|
|
35
39
|
"typestr_special": false
|
|
36
40
|
},
|
|
@@ -41,6 +45,7 @@
|
|
|
41
45
|
"args": [],
|
|
42
46
|
"class_method": false,
|
|
43
47
|
"retval": {
|
|
48
|
+
"type_name": "NSUInteger",
|
|
44
49
|
"typestr": "Q",
|
|
45
50
|
"typestr_special": false
|
|
46
51
|
},
|
|
@@ -50,12 +55,15 @@
|
|
|
50
55
|
{
|
|
51
56
|
"args": [
|
|
52
57
|
{
|
|
58
|
+
"name": "aMask",
|
|
59
|
+
"type_name": "NSUInteger",
|
|
53
60
|
"typestr": "Q",
|
|
54
61
|
"typestr_special": false
|
|
55
62
|
}
|
|
56
63
|
],
|
|
57
64
|
"class_method": false,
|
|
58
65
|
"retval": {
|
|
66
|
+
"type_name": "void",
|
|
59
67
|
"typestr": "v",
|
|
60
68
|
"typestr_special": false
|
|
61
69
|
},
|
|
@@ -66,6 +74,7 @@
|
|
|
66
74
|
"args": [],
|
|
67
75
|
"class_method": false,
|
|
68
76
|
"retval": {
|
|
77
|
+
"type_name": "NSUInteger",
|
|
69
78
|
"typestr": "Q",
|
|
70
79
|
"typestr_special": false
|
|
71
80
|
},
|
|
@@ -75,12 +84,16 @@
|
|
|
75
84
|
{
|
|
76
85
|
"args": [
|
|
77
86
|
{
|
|
87
|
+
"name": "anObject",
|
|
88
|
+
"null_accepted": true,
|
|
89
|
+
"type_name": "id",
|
|
78
90
|
"typestr": "@",
|
|
79
91
|
"typestr_special": false
|
|
80
92
|
}
|
|
81
93
|
],
|
|
82
94
|
"class_method": false,
|
|
83
95
|
"retval": {
|
|
96
|
+
"type_name": "void",
|
|
84
97
|
"typestr": "v",
|
|
85
98
|
"typestr_special": false
|
|
86
99
|
},
|
|
@@ -91,6 +104,7 @@
|
|
|
91
104
|
"args": [],
|
|
92
105
|
"class_method": false,
|
|
93
106
|
"retval": {
|
|
107
|
+
"type_name": "id",
|
|
94
108
|
"typestr": "@",
|
|
95
109
|
"typestr_special": false
|
|
96
110
|
},
|
|
@@ -108,20 +122,30 @@
|
|
|
108
122
|
{
|
|
109
123
|
"args": [
|
|
110
124
|
{
|
|
125
|
+
"name": "sender",
|
|
126
|
+
"null_accepted": true,
|
|
127
|
+
"type_name": "NSExceptionHandler *",
|
|
111
128
|
"typestr": "@",
|
|
112
129
|
"typestr_special": false
|
|
113
130
|
},
|
|
114
131
|
{
|
|
132
|
+
"name": "exception",
|
|
133
|
+
"null_accepted": true,
|
|
134
|
+
"type_name": "NSException *",
|
|
115
135
|
"typestr": "@",
|
|
116
136
|
"typestr_special": false
|
|
117
137
|
},
|
|
118
138
|
{
|
|
139
|
+
"name": "aMask",
|
|
140
|
+
"type_name": "NSUInteger",
|
|
119
141
|
"typestr": "Q",
|
|
120
142
|
"typestr_special": false
|
|
121
143
|
}
|
|
122
144
|
],
|
|
123
145
|
"class_method": false,
|
|
146
|
+
"introduced": "10.0",
|
|
124
147
|
"retval": {
|
|
148
|
+
"type_name": "BOOL",
|
|
125
149
|
"typestr": "Z",
|
|
126
150
|
"typestr_special": true
|
|
127
151
|
},
|
|
@@ -131,20 +155,30 @@
|
|
|
131
155
|
{
|
|
132
156
|
"args": [
|
|
133
157
|
{
|
|
158
|
+
"name": "sender",
|
|
159
|
+
"null_accepted": true,
|
|
160
|
+
"type_name": "NSExceptionHandler *",
|
|
134
161
|
"typestr": "@",
|
|
135
162
|
"typestr_special": false
|
|
136
163
|
},
|
|
137
164
|
{
|
|
165
|
+
"name": "exception",
|
|
166
|
+
"null_accepted": true,
|
|
167
|
+
"type_name": "NSException *",
|
|
138
168
|
"typestr": "@",
|
|
139
169
|
"typestr_special": false
|
|
140
170
|
},
|
|
141
171
|
{
|
|
172
|
+
"name": "aMask",
|
|
173
|
+
"type_name": "NSUInteger",
|
|
142
174
|
"typestr": "Q",
|
|
143
175
|
"typestr_special": false
|
|
144
176
|
}
|
|
145
177
|
],
|
|
146
178
|
"class_method": false,
|
|
179
|
+
"introduced": "10.0",
|
|
147
180
|
"retval": {
|
|
181
|
+
"type_name": "BOOL",
|
|
148
182
|
"typestr": "Z",
|
|
149
183
|
"typestr_special": true
|
|
150
184
|
},
|
|
@@ -158,21 +192,51 @@
|
|
|
158
192
|
}
|
|
159
193
|
},
|
|
160
194
|
"enum": {
|
|
161
|
-
"NSHandleOtherExceptionMask":
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
"
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
|
|
195
|
+
"NSHandleOtherExceptionMask": {
|
|
196
|
+
"value": 512
|
|
197
|
+
},
|
|
198
|
+
"NSHandleTopLevelExceptionMask": {
|
|
199
|
+
"value": 128
|
|
200
|
+
},
|
|
201
|
+
"NSHandleUncaughtExceptionMask": {
|
|
202
|
+
"value": 2
|
|
203
|
+
},
|
|
204
|
+
"NSHandleUncaughtRuntimeErrorMask": {
|
|
205
|
+
"value": 32
|
|
206
|
+
},
|
|
207
|
+
"NSHandleUncaughtSystemExceptionMask": {
|
|
208
|
+
"value": 8
|
|
209
|
+
},
|
|
210
|
+
"NSHangOnOtherExceptionMask": {
|
|
211
|
+
"value": 16
|
|
212
|
+
},
|
|
213
|
+
"NSHangOnTopLevelExceptionMask": {
|
|
214
|
+
"value": 8
|
|
215
|
+
},
|
|
216
|
+
"NSHangOnUncaughtExceptionMask": {
|
|
217
|
+
"value": 1
|
|
218
|
+
},
|
|
219
|
+
"NSHangOnUncaughtRuntimeErrorMask": {
|
|
220
|
+
"value": 4
|
|
221
|
+
},
|
|
222
|
+
"NSHangOnUncaughtSystemExceptionMask": {
|
|
223
|
+
"value": 2
|
|
224
|
+
},
|
|
225
|
+
"NSLogOtherExceptionMask": {
|
|
226
|
+
"value": 256
|
|
227
|
+
},
|
|
228
|
+
"NSLogTopLevelExceptionMask": {
|
|
229
|
+
"value": 64
|
|
230
|
+
},
|
|
231
|
+
"NSLogUncaughtExceptionMask": {
|
|
232
|
+
"value": 1
|
|
233
|
+
},
|
|
234
|
+
"NSLogUncaughtRuntimeErrorMask": {
|
|
235
|
+
"value": 16
|
|
236
|
+
},
|
|
237
|
+
"NSLogUncaughtSystemExceptionMask": {
|
|
238
|
+
"value": 4
|
|
239
|
+
}
|
|
176
240
|
},
|
|
177
241
|
"enum_type": {},
|
|
178
242
|
"expressions": {
|
|
@@ -181,12 +245,15 @@
|
|
|
181
245
|
},
|
|
182
246
|
"externs": {
|
|
183
247
|
"NSStackTraceKey": {
|
|
248
|
+
"type_name": "NSString *",
|
|
184
249
|
"typestr": "@"
|
|
185
250
|
},
|
|
186
251
|
"NSUncaughtRuntimeErrorException": {
|
|
252
|
+
"type_name": "NSString *",
|
|
187
253
|
"typestr": "@"
|
|
188
254
|
},
|
|
189
255
|
"NSUncaughtSystemExceptionException": {
|
|
256
|
+
"type_name": "NSString *",
|
|
190
257
|
"typestr": "@"
|
|
191
258
|
}
|
|
192
259
|
},
|
|
@@ -213,20 +280,30 @@
|
|
|
213
280
|
{
|
|
214
281
|
"args": [
|
|
215
282
|
{
|
|
283
|
+
"name": "sender",
|
|
284
|
+
"null_accepted": true,
|
|
285
|
+
"type_name": "NSExceptionHandler *",
|
|
216
286
|
"typestr": "@",
|
|
217
287
|
"typestr_special": false
|
|
218
288
|
},
|
|
219
289
|
{
|
|
290
|
+
"name": "exception",
|
|
291
|
+
"null_accepted": true,
|
|
292
|
+
"type_name": "NSException *",
|
|
220
293
|
"typestr": "@",
|
|
221
294
|
"typestr_special": false
|
|
222
295
|
},
|
|
223
296
|
{
|
|
297
|
+
"name": "aMask",
|
|
298
|
+
"type_name": "NSUInteger",
|
|
224
299
|
"typestr": "Q",
|
|
225
300
|
"typestr_special": false
|
|
226
301
|
}
|
|
227
302
|
],
|
|
228
303
|
"class_method": false,
|
|
304
|
+
"introduced": "10.0",
|
|
229
305
|
"retval": {
|
|
306
|
+
"type_name": "BOOL",
|
|
230
307
|
"typestr": "Z",
|
|
231
308
|
"typestr_special": true
|
|
232
309
|
},
|
|
@@ -236,20 +313,30 @@
|
|
|
236
313
|
{
|
|
237
314
|
"args": [
|
|
238
315
|
{
|
|
316
|
+
"name": "sender",
|
|
317
|
+
"null_accepted": true,
|
|
318
|
+
"type_name": "NSExceptionHandler *",
|
|
239
319
|
"typestr": "@",
|
|
240
320
|
"typestr_special": false
|
|
241
321
|
},
|
|
242
322
|
{
|
|
323
|
+
"name": "exception",
|
|
324
|
+
"null_accepted": true,
|
|
325
|
+
"type_name": "NSException *",
|
|
243
326
|
"typestr": "@",
|
|
244
327
|
"typestr_special": false
|
|
245
328
|
},
|
|
246
329
|
{
|
|
330
|
+
"name": "aMask",
|
|
331
|
+
"type_name": "NSUInteger",
|
|
247
332
|
"typestr": "Q",
|
|
248
333
|
"typestr_special": false
|
|
249
334
|
}
|
|
250
335
|
],
|
|
251
336
|
"class_method": false,
|
|
337
|
+
"introduced": "10.0",
|
|
252
338
|
"retval": {
|
|
339
|
+
"type_name": "BOOL",
|
|
253
340
|
"typestr": "Z",
|
|
254
341
|
"typestr_special": true
|
|
255
342
|
},
|
|
@@ -269,6 +356,6 @@
|
|
|
269
356
|
"ExceptionHandlingDefines.h",
|
|
270
357
|
"NSExceptionHandler.h"
|
|
271
358
|
],
|
|
272
|
-
"release": "
|
|
273
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
359
|
+
"release": "26.5",
|
|
360
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
274
361
|
}
|
|
File without changes
|
{pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/MANIFEST.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/README.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/pyobjc_setup.py
RENAMED
|
File without changes
|
{pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/pyproject.toml
RENAMED
|
File without changes
|
{pyobjc_framework_exceptionhandling-12.1 → pyobjc_framework_exceptionhandling-12.2}/setup.cfg
RENAMED
|
File without changes
|