Deutsch   English   Français   Italiano  
<v3lt74$48om$15@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!2.eu.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: C23 thoughts and opinions
Date: Tue, 4 Jun 2024 02:12:52 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <v3lt74$48om$15@dont-email.me>
References: <v2l828$18v7f$1@dont-email.me>
	<00297443-2fee-48d4-81a0-9ff6ae6481e4@gmail.com>
	<v2lji1$1bbcp$1@dont-email.me> <87msoh5uh6.fsf@nosuchdomain.example.com>
	<f08d2c9f-5c2e-495d-b0bd-3f71bd301432@gmail.com>
	<v2nbp4$1o9h6$1@dont-email.me> <v2ng4n$1p3o2$1@dont-email.me>
	<87y18047jk.fsf@nosuchdomain.example.com>
	<87msoe1xxo.fsf@nosuchdomain.example.com> <v2sh19$2rle2$2@dont-email.me>
	<87ikz11osy.fsf@nosuchdomain.example.com> <v2v59g$3cr0f$1@dont-email.me>
	<v30l15$3mcj6$1@dont-email.me> <v30lls$3mepf$1@dont-email.me>
	<v30sai$3rilf$1@dont-email.me> <v320am$1km5$1@dont-email.me>
	<v33ggr$e0ph$1@dont-email.me> <v34bne$i85p$1@dont-email.me>
	<v3758s$14hfp$1@raubtier-asyl.eternal-september.org>
	<v38of2$1gsj2$1@dont-email.me> <v39v87$1n7bk$1@dont-email.me>
	<v3du4s$2febh$3@dont-email.me> <v3etlq$2o0sh$1@dont-email.me>
	<v3goqo$36n61$1@dont-email.me> <v3hehi$39s59$1@dont-email.me>
	<v3j5hm$3j4v3$6@dont-email.me> <v3k50b$3rdhi$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 04 Jun 2024 04:12:53 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d7d916175bb629e2353c22c0a9deb72e";
	logging-data="140054"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19r125Q43RX3hvIQDRGoPzD"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:IOgOZi0TDbfIZQcNo3MoomGCsfM=
Bytes: 2386

On Mon, 3 Jun 2024 11:13:32 +0100, bart wrote:

> So how does importlib manage to import importlib before importlib
> itself is imported?

I guess the same way a linker manages to link itself.

> There is NO ahead-of-time linking of modules in Python as it is 
> understood in traditional compiled languages.

Python is a compiled language.

> Besides, all such statements are executed at runtime, and can be 
> conditional.

It’s not the only object-code language with that property.