Skip to content

Commit 4d96149

Browse files
Bump Pkg to latest tip of release-1.6 (#39258)
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent 452fd94 commit 4d96149

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Multi-threading changes
7575

7676
* Locks now automatically inhibit finalizers from running, to avoid deadlock ([#38487]).
7777
* New function `Base.Threads.foreach(f, channel::Channel)` for multithreaded `Channel` consumption ([#34543]).
78+
* There is no longer a restriction on the number of threads ([#36778]).
7879

7980
Build system changes
8081
--------------------
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c09d8e4ba28b2a980982086a7a271367
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a148610b9ab6481243d29bf73e83f8bc9d8f3df3fc533abb69113e46dba695b524d2cc5717ab3d743d7a0e32454c2acb633686652e41b692e7cb7a0c8000a543

deps/checksums/Pkg-df09a610dad721771243cabcb387324d883ca6c9.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/Pkg-df09a610dad721771243cabcb387324d883ca6c9.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/src/manual/environment-variables.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,9 @@ a master process to establish a connection before dying.
190190
### [`JULIA_NUM_THREADS`](@id JULIA_NUM_THREADS)
191191

192192
An unsigned 64-bit integer (`uint64_t`) that sets the maximum number of threads
193-
available to Julia. If `$JULIA_NUM_THREADS` exceeds the number of available
194-
CPU threads (logical cores), then the number of threads is set to the number of CPU threads. If
195-
`$JULIA_NUM_THREADS` is not positive or is not set, or if the number of CPU
196-
threads cannot be determined through system calls, then the number of threads is
197-
set to `1`.
193+
available to Julia. If `$JULIA_NUM_THREADS` is not positive or is not set, or if
194+
the number of CPU threads cannot be determined through system calls, then the number
195+
of threads is set to `1`.
198196

199197
!!! note
200198

stdlib/Pkg.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
PKG_BRANCH = release-1.6
2-
PKG_SHA1 = df09a610dad721771243cabcb387324d883ca6c9
2+
PKG_SHA1 = 537a70350545bfd8f4fe915c6ec9a06708958bb7

0 commit comments

Comments
 (0)