mirror of
https://github.com/python/cpython.git
synced 2025-10-28 04:04:44 +00:00
Added a range of resource numbers reserved for Bruce
This commit is contained in:
parent
c8296db67d
commit
001aa86d34
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
/* twit range. Again needed to forestall conflicts with scripts using their own resources */
|
/* twit range. Again needed to forestall conflicts with scripts using their own resources */
|
||||||
#define TWIT_MIN 500
|
#define TWIT_MIN 500
|
||||||
#define TWIT_MAX 507
|
#define TWIT_MAX 507
|
||||||
|
/* Bruce range. The same */
|
||||||
|
#define BRUCE_MIN 468
|
||||||
|
#define BRUCE_MAX 499
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** The following are valid both in the binary (or shared library)
|
** The following are valid both in the binary (or shared library)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue