From 076195fad2dc0ab385b955be7b3935e11bf7d054 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 20 Aug 2026 16:42:43 +1000 Subject: [PATCH] C interface is internal --- docs/reference/internal_modules.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/internal_modules.rst b/docs/reference/internal_modules.rst index 41a8837b30a..1b43d1a35cb 100644 --- a/docs/reference/internal_modules.rst +++ b/docs/reference/internal_modules.rst @@ -82,6 +82,9 @@ on some Python versions. An internal interface module previously known as :mod:`~PIL._imaging`, implemented in :file:`_imaging.c`. +Pillow is a Python library, and the C interfaces within are for internal use only. +They may change without a deprecation period or a mention in the release notes. + .. py:class:: ImagingCore A representation of the image data.