Skip to content

Commit 2294fb7

Browse files
committed
Remove metadata
1 parent f7d8a42 commit 2294fb7

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -282,42 +282,6 @@ in PC/launcher.c must also be updated.
282282

283283
#define PYC_MAGIC_NUMBER 3603
284284

285-
#define MAX_VERSION_SIZE 8
286-
287-
typedef struct {
288-
unsigned short min;
289-
unsigned short max;
290-
wchar_t version[MAX_VERSION_SIZE];
291-
} PYC_MAGIC;
292-
293-
static PYC_MAGIC magic_values[] = {
294-
{ 50823, 50823, L"2.0" },
295-
{ 60202, 60202, L"2.1" },
296-
{ 60717, 60717, L"2.2" },
297-
{ 62011, 62021, L"2.3" },
298-
{ 62041, 62061, L"2.4" },
299-
{ 62071, 62131, L"2.5" },
300-
{ 62151, 62161, L"2.6" },
301-
{ 62171, 62211, L"2.7" },
302-
{ 3000, 3131, L"3.0" },
303-
{ 3141, 3151, L"3.1" },
304-
{ 3160, 3180, L"3.2" },
305-
{ 3190, 3230, L"3.3" },
306-
{ 3250, 3310, L"3.4" },
307-
{ 3320, 3351, L"3.5" },
308-
{ 3360, 3379, L"3.6" },
309-
{ 3390, 3399, L"3.7" },
310-
{ 3400, 3419, L"3.8" },
311-
{ 3420, 3429, L"3.9" },
312-
{ 3430, 3449, L"3.10" },
313-
/* Allow 50 magic numbers per version from here on */
314-
{ 3450, 3499, L"3.11" },
315-
{ 3500, 3549, L"3.12" },
316-
{ 3550, 3599, L"3.13" },
317-
{ 3600, 3649, L"3.14" },
318-
{ 0 }
319-
};
320-
321285
#ifdef __cplusplus
322286
}
323287
#endif

0 commit comments

Comments
 (0)